home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / datenbanken / db2.4 / translators / db.cd < prev    next >
Text File  |  1995-03-09  |  11KB  |  563 lines

  1. # header locale_db
  2. ;
  3. ; db 2.4 (locale description file)
  4. ;
  5. ; (c) 1993-94 David Ekholm, Datadosen
  6. ;
  7. ;
  8. ; Menus
  9. ;
  10. ;
  11. MSG_PROJECT_MENU (/3/)
  12.  \0Project
  13. ;
  14. MSG_PROJECT_NEW (/3/)
  15.  \0New
  16. ;
  17. MSG_PROJECT_OPEN (/3/)
  18. O\0Open...
  19. ;
  20. MSG_PROJECT_SAVE (/3/)
  21. S\0Save
  22. ;
  23. MSG_PROJECT_SAVE_AS (/3/)
  24. W\0Save as...
  25. ;
  26. MSG_PROJECT_OUTPUT (/3/)
  27.  \0Output
  28. ;
  29. MSG_PROJECT_OUTPUT_VIEW (/3/)
  30.  \0View...
  31. ;
  32. MSG_PROJECT_OUTPUT_TAB_ASCII (/3/)
  33.  \0Tab-separated ASCII...
  34. ;
  35. MSG_PROJECT_OUTPUT_COMMA_ASCII (/3/)
  36.  \0Comma-separated ASCII...
  37. ;
  38. MSG_PROJECT_ABOUT (/3/)
  39. ?\0About...
  40. ;
  41. MSG_PROJECT_QUIT (/3/)
  42. Q\0Quit
  43. ;
  44. MSG_EDIT_MENU (/3/)
  45.  \0Edit
  46. ;
  47. MSG_EDIT_CUT (/3/)
  48. X\0Cut
  49. ;
  50. MSG_EDIT_COPY (/3/)
  51. C\0Copy
  52. ;
  53. MSG_EDIT_PASTE (/3/)
  54. V\0Paste
  55. ;
  56. MSG_EDIT_ADD (/3/)
  57. A\0Add
  58. ;
  59. MSG_EDIT_KILL (/3/)
  60. K\0Kill
  61. ;
  62. MSG_VIEW_MENU (/3/)
  63.  \0View
  64. ;
  65. MSG_ACTION_MENU (/3/)
  66.  \0Action
  67. ;
  68. MSG_ACTION_FIND (/3/)
  69. F\0Find...
  70. ;
  71. MSG_ACTION_FIND_NEXT (/3/)
  72. N\0Find next
  73. ;
  74. MSG_ACTION_SORT (/3/)
  75. T\0Sort...
  76. ;
  77. MSG_ACTION_DIAL (/3/)
  78. D\0Dial...
  79. ;
  80. MSG_SETTINGS_MENU (/3/)
  81.  \0Settings
  82. ;
  83. MSG_SETTINGS_WARNINGS (/3/)
  84.  \0Display warnings
  85. ;
  86. MSG_SETTINGS_SORTDIR (/3/)
  87.  \0Sort direction
  88. ;
  89. MSG_SETTINGS_SORTDIR_AZ (/3/)
  90.  \0A-Z
  91. ;
  92. MSG_SETTINGS_SORTDIR_ZA (/3/)
  93.  \0Z-A
  94. ;
  95. MSG_SETTINGS_SAVE_SETTINGS (/3/)
  96.  \0Save settings...
  97. ;
  98. ;
  99. ; Windowtitle messages
  100. ;
  101. ;
  102. MSG_FIND_MODE_WINMSG (/1/)
  103. Find record    <CR> Find, <ESC> Abort
  104. ;
  105. MSG_SORT_MODE_WINMSG (/1/)
  106. Sort records   <CR> Sort, <ESC> Abort
  107. ;
  108. MSG_SORTING_WINMSG (/1/)
  109. Sorting...
  110. ;
  111. MSG_SAVING_WINMSG (/1/)
  112. Saving...
  113. ;
  114. MSG_LOADING_WINMSG (/1/)
  115. Loading...
  116. ;
  117. ;
  118. ; Misc strings
  119. ;
  120. ;
  121. MSG_UNTITLED_PRO (/1/)
  122. Untitled
  123. ;
  124. ;
  125. ; Requesters
  126. ;
  127. ;
  128. MSG_OPEN_ASLREQ_TITLE (/1/)
  129. Open project
  130. ;
  131. MSG_SAVE_AS_ASLREQ_TITLE (/1/)
  132. Save project
  133. ;
  134. MSG_OUTPUT_VIEW_ASLREQ_TITLE (/1/)
  135. Output view
  136. ;
  137. MSG_OUTPUT_TAB_ASCII_ASLREQ_TITLE (/1/)
  138. Output tab-separated ASCII
  139. ;
  140. MSG_OUTPUT_COMMA_ASCII_ASLREQ_TITLE (/1/)
  141. Output comma-separated ASCII
  142. ;
  143. ;
  144. ;
  145. MSG_REQ_OK (/1/)
  146. Ok
  147. ;
  148. MSG_REQ_OKCANCEL (/1/)
  149. Ok|Cancel
  150. ;
  151. ;
  152. ;
  153. MSG_ABOUT_REQ_TITLE (/1/)
  154. About db
  155. ;
  156. MSG_ABOUT_REQ_TEXT (/1/)
  157. This is a small and fast database.\n\
  158. This program is freely distributable.\n\n\
  159. ©1994, David Ekholm, Datadosen\n\
  160. Email: david-ek@dsv.su.se\n\n\
  161. Version: %s\n\
  162. ARexx port: %s
  163. ;
  164. MSG_ABOUT_REQ_GADS (/3/)
  165. Ok|More info
  166. ;
  167. ;
  168. ;
  169. MSG_MOREABOUT_REQ_TITLE (/1/)
  170. More about db
  171. ;
  172. MSG_MOREABOUT_REQ_TEXT (/1/)
  173. db is a general database program.\n\
  174. Record layouts can be edited in any ASCII editor by\n\
  175. simply editing a file's RFF lines. (There is currently\n\
  176. no GUI for this.) See more on RFF below.\n\n\
  177. Try out the following hidden features:\n\
  178. · AppWindow -Drag and drop icons on db.\n\
  179. · Commodore's Clipboard.\n\
  180. · MenuHelp -Hold mouse over a menuitem, press HELP\n\
  181. · Help -Press HELP and get help where you are.\n\
  182. · ARexx -Show pictures etc from db.\n\n\
  183. There will be a successor to db called REG which\n\
  184. will feature listviews, relations and more...\n
  185. ;
  186. MSG_MOREABOUT_REQ_GADS (/3/)
  187. Ok|More on RFF
  188. ;
  189. ;
  190. ;
  191. MSG_NORMALHELP_REQ_TITLE (/1/)
  192. Help on normal mode
  193. ;
  194. MSG_NORMALHELP_REQ_TEXT (/1/)
  195. The keys:\n\
  196. Up - Previous record\n\
  197. Down - Next record\n\
  198. Shift Up - First record\n\
  199. Shift Down - Last record\n\
  200. Return - Forward search\n\
  201. Shift Return - Backward search
  202. ;
  203. ;
  204. ;
  205. MSG_FINDHELP_REQ_TITLE (/1/)
  206. Help on find mode
  207. ;
  208. MSG_FINDHELP_REQ_TEXT (/1/)
  209. Enter a search pattern into one or many fields.\n\
  210. db will then search the database starting from the top and stop\n\
  211. at the first occurence that has a match. Usually only a few\n\
  212. letters will do as a search pattern.\n\
  213. For example: 'da' will match both 'David' and 'Daniel'.\n\
  214. You may also use AmigaDOS patterns. An example:\n\
  215. '#?d' or '*d' will match fields ending with a d.\n\
  216. '(david|micke)' will match both 'David' and 'Micke'.\n\
  217. See help on normal mode for more information.\n\n\
  218. Note! Fields of checkbox and cycle type are ignored in find\n\
  219. and sort modes. To be able to use all fields, user must make\n\
  220. and switch to a view which only contains string gadgets.\n\n\
  221. The keys:\n\
  222. ESC - Back to normal mode\n\
  223. Amiga-K - In this mode, clears the fields\n\
  224. Return - Start searching from top
  225. ;
  226. ;
  227. ;
  228. MSG_SORTHELP_REQ_TITLE (/1/)
  229. Help on sort mode
  230. ;
  231. MSG_SORTHELP_REQ_TEXT (/1/)
  232. Enter numbers in the fields to represent the sort order.\n\
  233. Illegal entries are ignored\n\n\
  234. Example: To sort an address database on zipcodes first,\n\
  235. and on lastname second: Enter a '1' into the 'zip' field\n\
  236. and a '2' into the 'lastname' field.\n\n\
  237. Note! Fields of checkbox and cycle type are ignored in find\n\
  238. and sort modes. To be able to use all fields, user must make\n\
  239. and switch to a view which only contains string gadgets.\n\n\
  240. The keys:\n\
  241. ESC - Back to normal mode\n\
  242. Amiga-K - In this mode, clears the fields\n\
  243. Return - Start sorting
  244. ;
  245. ;
  246. ;
  247. MSG_DIALHELP_REQ_TITLE (/1/)
  248. Dial
  249. ;
  250. MSG_DIALHELP_REQ_TEXT (/1/)
  251. db will dial the number found in the active string gadget.\n\
  252. db dials using the modem or your loudspeaker.\n\
  253. Modem users, do like this:\n\n\
  254.   1. Click into prefered string gadget.\n\
  255.   2. Select this menu or press Amiga-D\n\
  256.   3. When the modem starts to dial: Lift the hook and wait.\n\
  257.   4. The modem goes on hook and you can take over.\n\n\
  258. Look at the ToolTypes in db's icon for settings.\n\
  259. Tip! Use ARexx to enable dialing by simply double-\n\
  260. clicking on a string gadget.
  261. ;
  262. ;
  263. ;
  264. MSG_MEMWARN_REQ_TITLE (/1/)
  265. Out of Memory
  266. ;
  267. MSG_MEMWARN_REQ_TEXT (/1/)
  268. Not enough memory for operation!
  269. ;
  270. ;
  271. ;
  272. MSG_OPENFAIL_REQ_TITLE (/1/)
  273. Open file
  274. ;
  275. MSG_OPENFAIL_REQ_TEXT (/1/)
  276. Can't open file '%s'\n\
  277. for read or write
  278. ;
  279. ;
  280. ;
  281. MSG_REXX_PROG_NOT_FOUND_TITLE (/1/)
  282. ARexx message
  283. ;
  284. MSG_REXX_PROG_NOT_FOUND_TEXT (/1/)
  285. The file '%s' can't be loaded\n\
  286. or is not an ARexx program
  287. ;
  288. ;
  289. ;
  290. MSG_REXXERR_TITLE (/1/)
  291. ARexx message
  292. ;
  293. MSG_REXXERR_TEXT (/1/)
  294. The ARexx program '%s'\n\
  295. reported error #%ld
  296. ;
  297. ;
  298. ;
  299. MSG_DIALFAIL_REQ_TITLE (/1/)
  300. Dial
  301. ;
  302. MSG_DIALFAIL_REQ_TEXT (/1/)
  303. Can't open '%s', unit %ld!\n\
  304. Check db's ToolType settings.
  305. ;
  306. ;
  307. ;
  308. MSG_SAVEERROR_REQ_TITLE (/1/)
  309. Save file
  310. ;
  311. MSG_SAVEERROR_REQ_TEXT (/1/)
  312. Error saving file '%s'
  313. ;
  314. ;
  315. ;
  316. MSG_SAVEWARN_REQ_TITLE (/1/)
  317. Save file
  318. ;
  319. MSG_SAVEWARN_REQ_TEXT (/1/)
  320. The file '%s' already exists.\n\
  321. Save over top of it?
  322. ;
  323. ;
  324. ;
  325. MSG_ES_ASKFILTERING_REQ_TITLE (/1/)
  326. Output filter
  327. MSG_ES_ASKFILTERING_REQ_TEXT (/1/)
  328. Output all records,\n\
  329. or only those matched by 'Find record'?
  330. MSG_ES_ASKFILTERING_REQ_GADS (/5/)
  331. All|Matched|Cancel
  332. ;
  333. ;
  334. ;
  335. MSG_NOTIMPLEMENTED_REQ_TITLE (/1/)
  336. Information
  337. ;
  338. MSG_NOTIMPLEMENTED_REQ_TEXT (/1/)
  339. Sorry, this function is not implemeted yet.
  340. ;
  341. ;
  342. ;
  343. MSG_KILLWARN_REQ_TITLE (/1/)
  344. Kill Record
  345. ;
  346. MSG_KILLWARN_REQ_TEXT (/1/)
  347. Kill this record?
  348. ;
  349. ;
  350. ;
  351. MSG_QUITWARN_REQ_TITLE (/1/)
  352. Quit program
  353. ;
  354. MSG_QUITWARN_REQ_TEXT (/1/)
  355. Changes have been made to this file.\n\
  356. They will be lost.\n\
  357. Ok to quit?
  358. ;
  359. ;
  360. ;
  361. MSG_NEWWARN_REQ_TITLE (/1/)
  362. New file
  363. ;
  364. MSG_NEWWARN_REQ_TEXT (/1/)
  365. Changes have been made to this file.\n\
  366. They will be lost.\n\
  367. Ok to clear data?
  368. ;
  369. ;
  370. ;
  371. MSG_LOADWARN_REQ_TITLE (/1/)
  372. Open file
  373. ;
  374. MSG_LOADWARN_REQ_TEXT (/1/)
  375. Changes have been made to this file.\n\
  376. They will be lost.\n\
  377. Ok to load another file over top of it?
  378. ;
  379. ;
  380. ;
  381. MSG_WRONGFILETYPE_REQ_TITLE (/1/)
  382. Open file
  383. ;
  384. MSG_WRONGFILETYPE_REQ_TEXT (/1/)
  385. Can't open file '%s'\n\
  386. This is not a db RFF file
  387. ;
  388. ;
  389. ;
  390. MSG_MANGLEDRFF_REQ_TITLE (/1/)
  391. Open file
  392. ;
  393. MSG_MANGLEDRFF_REQ_TEXT (/1/)
  394. Can't open file '%s'\n\
  395. This RFF file is mangled!
  396. ;
  397. ;
  398. ;
  399. MSG_WINSIZEERR_REQ_TITLE (/1/)
  400. Open window
  401. ;
  402. MSG_WINSIZEERR_REQ_TEXT (/1/)
  403. Can't open the requested window!\n\
  404. It is too big.\n\
  405. Switch to a smaller font or\n\
  406. rearrange the fields.
  407. ;
  408. ;
  409. ;
  410. MSG_WINOPENERR_REQ_TITLE (/1/)
  411. Open window
  412. ;
  413. MSG_WINOPENERR_REQ_TEXT (/1/)
  414. Can't open the requested window!
  415. ;
  416. ;
  417. ;
  418. MSG_DEFAULTERR_REQ_TITLE (/1/)
  419. Internal error
  420. ;
  421. MSG_DEFAULTERR_REQ_TEXT (/1/)
  422. A serious error has occured.\n\
  423. The program will quit immediately!
  424. ;
  425. ;
  426. ; Menuhelp messages
  427. ;
  428. ;
  429. MSG_MH_NOHELP_REQ_TITLE (/1/)
  430. Menuhelp
  431. ;
  432. MSG_MH_NOHELP_REQ_TEXT (/1/)
  433. This menuitem has no specific help
  434. ;
  435. ;
  436. ;
  437. MSG_MH_NEW_REQ_TITLE (/1/)
  438. New project
  439. ;
  440. MSG_MH_NEW_REQ_TEXT (/1/)
  441. This menuitem empties the current project from all records.
  442. ;
  443. ;
  444. ;
  445. MSG_MH_RFF_REQ_TITLE (/1/)
  446. db's fileformat
  447. ;
  448. MSG_MH_RFF_REQ_TEXT (/1/)
  449. The fileformat db uses is RFF standard. This standard is based upon\n\
  450. The ASCII standard for databases but it has additions for\n\
  451. field formatting and more. It also has the same forward\n\
  452. and backward compatibility as IFF files. It goes as follows:\n\n\
  453. >One line with tabseparated fieldnames as in the ASCII standard.\n\
  454. >One or many @RFF lines with structured information.\n\
  455. >The database. Fields separated by TABs. One record per line.\n\n\
  456. More info on RFF (Register File Format) can be found in the docs\n\
  457. included with db. db reads RFF files and tab-separated ASCII files.
  458. ;
  459. ;
  460. ;
  461. MSG_MH_OUTPUT_VIEW_REQ_TITLE (/1/)
  462. Output view
  463. ;
  464. MSG_MH_OUTPUT_VIEW_REQ_TEXT (/1/)
  465. The records are saved in ASCII format, formatted like the current view.\n\
  466. Using a view similar to a label makes it simple to export addresses\n\
  467. to a DTP program for label-printing using a suitable font.\n\
  468. db has no internal label-generator. This is handled better by other programs.
  469. ;
  470. ;
  471. ;
  472. MSG_MH_TAB_ASCII_REQ_TITLE (/1/)
  473. Export tab-separated ASCII
  474. ;
  475. MSG_MH_TAB_ASCII_REQ_TEXT (/1/)
  476. This fileformat is plain ASCII standard, ie fields separated by TABs,\n\
  477. one record per line. The first line contains the fieldnames themselves.\n\
  478. This makes it simple to move the database to other programs like\n\
  479. Excel for a list printout.
  480. ;
  481. ;
  482. ;
  483. MSG_MH_COMMA_ASCII_REQ_TITLE (/1/)
  484. Export comma-separated ASCII
  485. ;
  486. MSG_MH_COMMA_ASCII_REQ_TEXT (/1/)
  487. This fileformat has fields within \"\", separated by commas,\n\
  488. one record per line. The first line contains the fieldnames themselves.\n\
  489. This makes it simple to move the database to other programs like\n\
  490. ProWrite for mailmerge.
  491. ;
  492. ;
  493. ;
  494. MSG_MH_CLIP_REQ_TITLE (/1/)
  495. The Clipboard
  496. ;
  497. MSG_MH_CLIP_REQ_TEXT (/1/)
  498. db uses Commodore's standard Clipboard to allow copying of information\n\
  499. between db and other programs (wordprocessors, DTP...).\n\
  500. db writes to two clipboards, Unit 0 (the default clipboard) and Unit 1.\n\
  501. Reads are only made from Unit 1. This is what is written:\n\
  502. Unit 0: The current record in a layout similar to the current view.\n\
  503. Unit 1: The whole record in a record format like this:\n\
  504. fieldname <TAB> contents <NL>\n\
  505. fieldname <TAB> contents <NL>\n\
  506. ...
  507. ;
  508. ;
  509. ;
  510. MSG_MH_KILL_REQ_TITLE (/1/)
  511. Kill record
  512. ;
  513. MSG_MH_KILL_REQ_TEXT (/1/)
  514. The current record is deleted in normal mode.\n\
  515. In find and sort mode the fields are cleared instead.\n\
  516. You cannot kill a record if it is the only one.
  517. ;
  518. ;
  519. ;
  520. MSG_MH_WARNINGS_REQ_TITLE (/1/)
  521. Display warnings
  522. ;
  523. MSG_MH_WARNINGS_REQ_TEXT (/1/)
  524. With this item selected, the user will be warned before\n\
  525. a Kill is performed on a non-empty record.
  526. ;
  527. ;
  528. ;
  529. MSG_MH_SORTDIR_REQ_TITLE (/1/)
  530. Sort direction
  531. ;
  532. MSG_MH_SORTDIR_REQ_TEXT (/1/)
  533. The user may also choose a backward sort direction.\n\
  534. db will sort the Swedish ÅÄÖ characters correctly.
  535. ;
  536. MSG_MH_SAVE_SETTINGS_REQ_TITLE (/1/)
  537. Save settings
  538. ;
  539. MSG_MH_SAVE_SETTINGS_REQ_TEXT (/1/)
  540. This function is currently not implemented.\n\
  541. Edit the ToolType fields in db's icon instead.
  542. ;
  543. ;
  544. ;
  545. ; ****************** New strings for db2.4 *****************************
  546. ;
  547. ;
  548. MSG_PROJECT_OUTPUT_VIEW_WN (/3/)
  549.  \0View with names...
  550. ;
  551. MSG_OUTPUT_VIEW_WN_ASLREQ_TITLE (/1/)
  552. Output view with names
  553. ;
  554. MSG_MH_OUTPUT_VIEW_WN_REQ_TITLE (/1/)
  555. Output view with names
  556. ;
  557. MSG_MH_OUTPUT_VIEW_WN_REQ_TEXT (/1/)
  558. This menuitem works like 'Output view' above but adds\n\
  559. fieldnames from the current view before each field.
  560. ;
  561. ;
  562. ;
  563.